Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Begin Group Objects

Labels

ASCII
BeginGroup
Binary
bgng ( = 0x62676E67 )

Description

A begin group object is used to declare a group and to delimit the start of that group. Every group must begin with a begin group object.

Parent Hierarchy

3DMF.

Parent Objects

None.

Child Objects

None.

Example

BeginGroup(
    DisplayGroup ( )                    # empty group
)
EndGroup ( )

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |